Skip to content

Conversation

NRHelmi
Copy link
Contributor

@NRHelmi NRHelmi commented Sep 20, 2022

Use v2 protocol for model actions

@NRHelmi NRHelmi requested review from bradlo and larf311 September 20, 2022 04:32
@NRHelmi NRHelmi requested a review from torkins October 7, 2022 13:23
@@ -78,17 +80,17 @@ void testDatabase() throws HttpError, InterruptedException, IOException {
var edb = find(edbs, item -> item.name.equals("rel"));
assertNotNull(edb);

var modelNames = client.listModelNames(databaseName, engineName);
var name = find(modelNames, item -> item.equals("stdlib"));
/*var modelNames = client.listModelNames(databaseName, engineName);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this code commented out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants